Fix issue #459 - mysql error 2014#460
Merged
mistercrunch merged 1 commit intoSep 24, 2015
Merged
Conversation
Member
|
It passed the unit tests, mergin'. Thanks for your contribution! |
mistercrunch
added a commit
that referenced
this pull request
Sep 24, 2015
…-patch Fix issue #459 - mysql error 2014
1 task
potiuk
added a commit
to potiuk/airflow
that referenced
this pull request
Jun 6, 2026
Adopt the apache-steward apache#460 "canonical .agents/skills, relay other agents into it" model and move every agent skill — the repo's own and the magpie framework ones — to a single canonical home so they are discoverable by the whole shared-path agent cluster (Codex, Cursor, Gemini CLI, Copilot, OpenCode, …) alongside Claude Code and GitHub: - `.agents/skills/<skill>` is the canonical entry; `.github/skills/` and `.claude/skills/` carry per-skill relay symlinks pointing into it. - Relocate the repo's own skills (`aip-user-stories`, `airflow-translations`, `prepare-providers-documentation`) and the committed `magpie-setup` bootstrap copy from `.github/skills/` to `.agents/skills/`, with relays from `.github`/`.claude`. - Refresh the committed `magpie-setup` bootstrap from apache/airflow-steward main (the apache#460 canonical-.agents model; `conventions.md` merged into `agents.md`). Re-point the prek hooks and tooling that anchored on `.github/skills/...` at the new `.agents/` location — full/short license headers, blacken-docs, codespell, inclusive-language, markdownlint, lychee, the translation-namespace sync trigger, and the hardcoded SKILL.md path in `sync_translation_namespaces.py`. prek skips symlinks, so only the real files (now under `.agents/`) are processed. Add `.gitignore` negations so the `.claude/skills/` relays stay tracked, and update the provider-release doc path reference.
potiuk
added a commit
that referenced
this pull request
Jun 7, 2026
Adopt the apache-steward #460 "canonical .agents/skills, relay other agents into it" model and move every agent skill — the repo's own and the magpie framework ones — to a single canonical home so they are discoverable by the whole shared-path agent cluster (Codex, Cursor, Gemini CLI, Copilot, OpenCode, …) alongside Claude Code and GitHub: - `.agents/skills/<skill>` is the canonical entry; `.github/skills/` and `.claude/skills/` carry per-skill relay symlinks pointing into it. - Relocate the repo's own skills (`aip-user-stories`, `airflow-translations`, `prepare-providers-documentation`) and the committed `magpie-setup` bootstrap copy from `.github/skills/` to `.agents/skills/`, with relays from `.github`/`.claude`. - Refresh the committed `magpie-setup` bootstrap from apache/airflow-steward main (the #460 canonical-.agents model; `conventions.md` merged into `agents.md`). Re-point the prek hooks and tooling that anchored on `.github/skills/...` at the new `.agents/` location — full/short license headers, blacken-docs, codespell, inclusive-language, markdownlint, lychee, the translation-namespace sync trigger, and the hardcoded SKILL.md path in `sync_translation_namespaces.py`. prek skips symlinks, so only the real files (now under `.agents/`) are processed. Add `.gitignore` negations so the `.claude/skills/` relays stay tracked, and update the provider-release doc path reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses issue #459 by closing the cursor before committing the transaction.